home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / organic / media / content / book_flash.swf / scripts / DefineButton2_254 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2003-05-14  |  149 b   |  11 lines

  1. on(release){
  2.    if(content._visible == false)
  3.    {
  4.       content._visible = true;
  5.    }
  6.    else
  7.    {
  8.       content._visible = false;
  9.    }
  10. }
  11.